home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / clang / gnumake.zip / CONFIG.H < prev    next >
C/C++ Source or Header  |  1994-02-18  |  6KB  |  222 lines

  1. /* Generated manually for OS/2 (emx) */
  2.  
  3. /* Define if on AIX 3.
  4.    System headers sometimes define this.
  5.    We just want to avoid a redefinition error message.  */
  6. #ifndef _ALL_SOURCE
  7. #undef _ALL_SOURCE
  8. #endif
  9.  
  10. /* Define if using alloca.c.  */
  11. #undef C_ALLOCA
  12.  
  13. /* Define to empty if the keyword does not work.  */
  14. #undef const
  15.  
  16. /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
  17.    This function is required for alloca.c support on those systems.  */
  18. #undef CRAY_STACKSEG_END
  19.  
  20. /* Define for DGUX with <sys/dg_sys_info.h>.  */
  21. #undef DGUX
  22.  
  23. /* Define if you have dirent.h.  */
  24. #define DIRENT
  25.  
  26. /* Define to the type of elements in the array set by `getgroups'.
  27.    Usually this is either `int' or `gid_t'.  */
  28. #undef GETGROUPS_T
  29.  
  30. /* Define if the `getloadavg' function needs to be run setuid or setgid.  */
  31. #undef GETLOADAVG_PRIVILEGED
  32.  
  33. /* Define to `int' if <sys/types.h> doesn't define.  */
  34. #undef gid_t
  35.  
  36. /* Define if you have alloca.h and it should be used (not Ultrix).  */
  37. #define HAVE_ALLOCA_H
  38.  
  39. /* Define if your system has its own `getloadavg' function.  */
  40. #undef HAVE_GETLOADAVG
  41.  
  42. /* Define if you have the strcoll function and it is properly defined.  */
  43. #undef HAVE_STRCOLL
  44.  
  45. /* Define if `union wait' is the type of the first arg to wait functions.  */
  46. #undef HAVE_UNION_WAIT
  47.  
  48. /* Define if you have vfork.h.  */
  49. #undef HAVE_VFORK_H
  50.  
  51. /* Define if on MINIX.  */
  52. #undef _MINIX
  53.  
  54. /* Define if you don't have dirent.h, but have ndir.h.  */
  55. #undef NDIR
  56.  
  57. /* Define if your struct nlist has an n_un member.  */
  58. #define NLIST_NAME_UNION
  59.  
  60. /* Define if you have nlist.h.  */
  61. #undef NLIST_STRUCT
  62.  
  63. /* Define if your C compiler doesn't accept -c and -o together.  */
  64. #undef NO_MINUS_C_MINUS_O
  65.  
  66. /* Define to `int' if <sys/types.h> doesn't define.  */
  67. #define pid_t int
  68.  
  69. /* Define if the system does not provide POSIX.1 features except
  70.    with this defined.  */
  71. #undef _POSIX_1_SOURCE
  72.  
  73. /* Define if you need to in order for stat and other things to work.  */
  74. #undef _POSIX_SOURCE
  75.  
  76. /* Define as the return type of signal handlers (int or void).  */
  77. #define RETSIGTYPE void
  78.  
  79. /* Define if the setvbuf function takes the buffering type as its second
  80.    argument and the buffer pointer as the third, as on System V
  81.    before release 3.  */
  82. #undef SETVBUF_REVERSED
  83.  
  84. /* If using the C implementation of alloca, define if you know the
  85.    direction of stack growth for your system; otherwise it will be
  86.    automatically deduced at run-time.
  87.     STACK_DIRECTION > 0 => grows toward higher addresses
  88.     STACK_DIRECTION < 0 => grows toward lower addresses
  89.     STACK_DIRECTION = 0 => direction of growth unknown
  90.  */
  91. #undef STACK_DIRECTION
  92.  
  93. /* Define if the `S_IS*' macros in <sys/stat.h> do not work properly.  */
  94. #undef STAT_MACROS_BROKEN
  95.  
  96. /* Define if you have the ANSI C header files.  */
  97. #define STDC_HEADERS
  98.  
  99. /* Define on System V Release 4.  */
  100. #undef SVR4
  101.  
  102. /* Define if you don't have dirent.h, but have sys/dir.h.  */
  103. #undef SYSDIR
  104.  
  105. /* Define if you don't have dirent.h, but have sys/ndir.h.  */
  106. #undef SYSNDIR
  107.  
  108. /* Define if `sys_siglist' is declared by <signal.h>.  */
  109. #undef SYS_SIGLIST_DECLARED
  110.  
  111. /* Define to `int' if <sys/types.h> doesn't define.  */
  112. #undef uid_t
  113.  
  114. /* Define for Encore UMAX.  */
  115. #undef UMAX
  116.  
  117. /* Define for Encore UMAX 4.3 that has <inq_status/cpustats.h>
  118.    instead of <sys/cpustats.h>.  */
  119. #undef UMAX4_3
  120.  
  121. /* Define vfork as fork if vfork does not work.  */
  122. #undef vfork
  123.  
  124. /* Define if the closedir function returns void instead of int.  */
  125. #undef VOID_CLOSEDIR
  126.  
  127. /* Define to the name of the SCCS `get' command.  */
  128. #define SCCS_GET "get"
  129.  
  130. /* Define this if the SCCS `get' command understands the `-G<file>' option.  */
  131. #undef SCCS_GET_MINUS_G
  132.  
  133. /* Define if you have _sys_siglist.  */
  134. #undef HAVE__SYS_SIGLIST
  135.  
  136. /* Define if you have dup2.  */
  137. #define HAVE_DUP2
  138.  
  139. /* Define if you have getcwd.  */
  140. #define HAVE_GETCWD
  141.  
  142. /* Define if you have getdtablesize.  */
  143. #undef HAVE_GETDTABLESIZE
  144.  
  145. /* Define if you have getgroups.  */
  146. #undef HAVE_GETGROUPS
  147.  
  148. /* Define if you have psignal.  */
  149. #undef HAVE_PSIGNAL
  150.  
  151. /* Define if you have setlinebuf.  */
  152. #undef HAVE_SETLINEBUF
  153.  
  154. /* Define if you have setregid.  */
  155. #undef HAVE_SETREGID
  156.  
  157. /* Define if you have setreuid.  */
  158. #undef HAVE_SETREUID
  159.  
  160. /* Define if you have sigsetmask.  */
  161. #undef HAVE_SIGSETMASK
  162.  
  163. /* Define if you have strerror.  */
  164. #define HAVE_STRERROR
  165.  
  166. /* Define if you have sys_siglist.  */
  167. #undef HAVE_SYS_SIGLIST
  168.  
  169. /* Define if you have wait3.  */
  170. #undef HAVE_WAIT3
  171.  
  172. /* Define if you have waitpid.  */
  173. #define HAVE_WAITPID
  174.  
  175. /* Define if you have the <fcntl.h> header file.  */
  176. #define HAVE_FCNTL_H
  177.  
  178. /* Define if you have the <limits.h> header file.  */
  179. #define HAVE_LIMITS_H
  180.  
  181. /* Define if you have the <mach/mach.h> header file.  */
  182. #undef HAVE_MACH_MACH_H
  183.  
  184. /* Define if you have the <memory.h> header file.  */
  185. #define HAVE_MEMORY_H
  186.  
  187. /* Define if you have the <string.h> header file.  */
  188. #define HAVE_STRING_H
  189.  
  190. /* Define if you have the <sys/param.h> header file.  */
  191. #define HAVE_SYS_PARAM_H
  192.  
  193. /* Define if you have the <sys/timeb.h> header file.  */
  194. #define HAVE_SYS_TIMEB_H
  195.  
  196. /* Define if you have the <sys/wait.h> header file.  */
  197. #define HAVE_SYS_WAIT_H
  198.  
  199. /* Define if you have the <unistd.h> header file.  */
  200. #define HAVE_UNISTD_H
  201.  
  202. /* Define if you have the dgc library (-ldgc).  */
  203. #undef HAVE_DGC
  204.  
  205. /* Define if you have the elf library (-lelf).  */
  206. #undef HAVE_ELF
  207.  
  208. /* Define if you have the getloadavg library (-lgetloadavg).  */
  209. #undef HAVE_GETLOADAVG
  210.  
  211. /* Define if you have the kvm library (-lkvm).  */
  212. #undef HAVE_KVM
  213.  
  214. /* Define if you have the seq library (-lseq).  */
  215. #undef HAVE_SEQ
  216.  
  217. /* Define if you have the sun library (-lsun).  */
  218. #undef HAVE_SUN
  219.  
  220. /* Define if you have the util library (-lutil).  */
  221. #undef HAVE_UTIL
  222.